home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / misc / gms_config.lha / Config / compile.dcc next >
Encoding:
Text File  |  1998-07-29  |  256 b   |  8 lines

  1. echo "Compiling config.c"
  2. dcc -c -l0 -mD -mi config.c -o config.o
  3. echo "Compiling config_data.c"
  4. dcc -c -l0 -mD -mi config_data.c -o config_data.o
  5. echo "Linking..."
  6. dlink config_data.o config.o tags.o cs.lib -o GMS:System/config.mod
  7. flush dpkernel.library
  8.